Adding Actions and Outlets to a New Class

Because it's easier to add actions and outlets to a new class than to an existing class, it's a good idea to make a complete list of all the actions and outlets your class will need and add them all to the new class.

To add actions and outlets to a new class:

  1. In the Classes display of the nib file window, click the button for an action or outlet beside your class's name.
  2. Choose Classes > Add Action or Classes > Add Outlet.
  3. Type the name of your action or outlet over the default name, and press Return.
Next Step
Creating an Instance
Main Topic
Creating a Class

© 1999 Apple Computer, Inc.